jade.content
Class Quantifier
java.lang.Object
|
+--jade.content.Quantifier
- public class Quantifier
- extends java.lang.Object
- implements HigherOrderPredicate
- Author:
- Federico Bergenti - Universita` di Parma
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Quantifier
public Quantifier()
- Constructor
setKind
public void setKind(java.lang.String kind)
- Sets the kind of the variable, i.e., its cardinality.
- Parameters:
kind - the kind
getKind
public java.lang.String getKind()
- Gets the kind of the variable, i.e., its cardinality.
- Returns:
- the kind
setVariable
public void setVariable(Variable variable)
- Sets the variable.
- Parameters:
variable - the variable
getVariable
public Variable getVariable()
- Gets the variable.
- Returns:
- the variable.
setProposition
public void setProposition(Proposition proposition)
- Sets the proposition that defines the scope of the variable.
- Parameters:
proposition - the proposition.
getProposition
public Proposition getProposition()
- Gets the proposition that defines the scope of the variable.
- Returns:
- the proposition